home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / What's New / Technical Notes and Q&As / ADC Reference Library / css / wwdcstyle041604.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-04-12  |  4.9 KB  |  343 lines

  1. #body h2 {
  2.     margin: 10px 0 -20px;
  3.     }
  4.  
  5. #body h3 {
  6.     background: #E1E1E1;
  7.     padding: 2px 5px;
  8.     margin: 25px 0 5px;
  9.     border: 1px solid #bbb;
  10.     }
  11.  
  12. #body h4 {
  13.     color: #000;
  14.     }
  15.  
  16. #sidebar .graybox td {
  17.     padding-bottom: 0;
  18.     }
  19.  
  20. #sidebar .graybox table.register td {
  21.     vertical-align: middle;
  22.     font-size: 11px;
  23.     padding-bottom: 8px;
  24.     }
  25.  
  26. #sidebar ul.nav {
  27.     margin-bottom: 10px;
  28.     }
  29.  
  30. .graybox td.center {
  31.     text-align: center;
  32.     }
  33.  
  34. #previouswinners h3 {
  35.     width: 448;
  36.     font-size: 14px;
  37.     background: #E1E1E1;
  38.     padding: 2px 5px;
  39.     margin: 30px 0 6px;
  40.     border: 1px solid #bbb;
  41.     }
  42.     
  43. #previouswinners .first {
  44.     margin-top: 0px;
  45.     }
  46.     
  47. #previouswinners h4 {
  48.     font-weight: bold;
  49.     font-size: 12px;
  50.     color: #000;
  51.     margin-bottom: 3px;
  52.     margin-top: 0;
  53.     }
  54.  
  55. #previouswinners p {
  56.     margin: 0 0 10px 20px;
  57.     }
  58.     
  59. #previouswinners p strong{
  60.     font-weight: bold;
  61.     color: #000;
  62.     }
  63.     
  64. #previouswinners .moreinfo {
  65.     margin-left: 0;
  66.     }
  67.     
  68. #videos object {
  69.     vertical-align: middle;
  70.     margin: 0 5px 0 10px;
  71.     }
  72.  
  73. #videos td {
  74.     padding-bottom: 7px;
  75.     }
  76.     
  77. .explore {
  78.     width: 180px;
  79.     margin-bottom: 10px;
  80.     }
  81.     
  82. /* sessions page definitions */
  83. .sessions {
  84.     border: 1px solid #919699;
  85.     margin-bottom: 10px;
  86.     }
  87.  
  88. .sessions th {
  89.     padding: 6px 10px 6px 10px;
  90.     font-size: 10px;
  91.     background: #7E91A4;
  92.     color: #FFF;
  93.     }
  94.  
  95. .sessions td {
  96.     font-size: 12px;
  97.     text-align: left;
  98.     vertical-align: top;
  99.     }
  100.  
  101. .sessions .title td {
  102.     border-top: 1px solid #919699;
  103.     background: #F0F5F9;
  104.     padding: 6px 10px 6px 10px;
  105.     }
  106.  
  107. .sessions .description {
  108.     padding: 10px;
  109.     background: #FFF;
  110.     }
  111.     
  112. .sessions .title td.sortcolumn {
  113.     background: #DCE5EE;
  114.     }
  115.     
  116. .sessions .description td.sortcolumn {
  117.     background: #F5F5F5;
  118.     }
  119.     
  120. .sessions th.sortcolumn {
  121.     background: #334455;
  122.     }
  123.     
  124. .sessionstop {
  125.     border-right: 1px solid #919699;
  126.     background: #E2E2E2;
  127.     text-align: left;
  128.     }
  129.     
  130. .sessionstop td {
  131.     border-top: 1px solid #919699;
  132.     border-left: 1px solid #919699;
  133.     padding: 10px;
  134.     text-align: left;
  135.     }
  136.     
  137. .earlyoffer {
  138.     border-top: 1px dashed #919699;
  139.     border-bottom: 1px dashed #919699;
  140.     padding: 5px 5px;
  141.     margin-bottom: 25px;
  142.     } 
  143.     
  144. /* calendar page definitions */
  145.  
  146. .days { 
  147.     border-top: 1px solid #919699;
  148.     border-right: 1px solid #919699;
  149.     height: 70px;
  150.     }
  151.  
  152. .days td {
  153.     font-size: 10px;
  154.     text-align: center;
  155.     padding: 4px;
  156.     border-bottom: 1px solid #919699;
  157.     border-left: 1px solid #919699;
  158.     }
  159.     
  160. .days td.current {
  161.     background: #f1f1f1;
  162.     font-weight: bold;
  163.     }
  164.  
  165.     /* calendar table */
  166. .calendar {
  167.     border-bottom: 1px solid #919699;
  168.     border-right: 1px solid #919699;
  169.     margin-bottom: 15px;
  170.     vertical-align: top;
  171.     }
  172.     
  173. .calendar td {
  174.     border-left: 1px solid #CCCFD0;
  175.     border-top: 1px solid #CCCFD0;
  176.     padding: 6px 8px;
  177.     font-size: 10px;
  178.     font-weight: bold;
  179.     color: #FFF;
  180.     height: 50px;
  181.     vertical-align: top;
  182.     }
  183.     
  184. .calendar th {
  185.     border-top: 1px solid #919699;
  186.     border-left: 1px solid #CCCFD0;
  187.     background: #EEEFF0;
  188.     padding: 6px 8px;
  189.     font-size: 10px;
  190.     text-align: center;
  191.     }
  192.  
  193. .calendar .empty {
  194.     background: #FFF;
  195.     border-top: none;
  196.     border-left: none;
  197.     }
  198.     
  199. .calendar .location {
  200.     border-left: 1px solid #919699;
  201.     border-top: 1px solid #CCCFD0;
  202.     background: #EEEFF0;
  203.     font-weight: bold;
  204.     color: #000;
  205.     
  206.     }
  207.     
  208. .calendar .first {
  209.     border-top: 1px solid #919699;
  210.     border-left: 1px solid #919699;
  211.     }
  212.     
  213. .calendar .special {
  214.     color: #000;
  215.     font-weight: normal;
  216.     }
  217.     
  218. .calendar .special a:link {
  219.     color: #00f;
  220.     text-decoration: none;
  221.     }
  222.  
  223. .calendar .special a:visited {
  224.     color: #00a;
  225.     text-decoration: none;
  226.     }
  227.  
  228. .calendar .special a:hover, .calendar .special a:active {
  229.     color: #f60;
  230.     text-decoration: underline;
  231.     }
  232.     
  233. .calendar .quicktime {
  234.     background: #92B6E1;
  235.     }
  236.     
  237. .calendar .general {
  238.     background: #9A749C;
  239.     }
  240.  
  241. .calendar .enterprise {
  242.     background: #A9A9A9;
  243.     }
  244.  
  245. .calendar .frameworks {
  246.     background: #B4A851;
  247.     }
  248.  
  249. .calendar .graphics {
  250.     background: #F1AB00;
  251.     }
  252.  
  253. .calendar .core {
  254.     background: #689788;
  255.     }
  256.     
  257. .calendar .hardware {
  258.     background: #587993;
  259.     }
  260.  
  261. .calendar .devtools {
  262.     background: #B75312;
  263.     }
  264.     
  265. .calendar a:link, .calendar a:visited {
  266.     color: #FFF;
  267.     font-weight: bold;
  268.     text-decoration: none;
  269.     }
  270.  
  271. .calendar a:hover, .calendar a:active {
  272.     color: #FFF;
  273.     font-weight: bold;
  274.     text-decoration: underline;
  275.     }
  276.     
  277. .calendar th.middle, .calendar td.middle {
  278.     vertical-align: middle;
  279.     }
  280.     
  281.     /* legend table */
  282. .colorkey {
  283.     border: 1px solid #919699;
  284.     margin-right: 15px; 
  285.     }
  286.     
  287. .colorkey th {
  288.     font-size: 10px;
  289.     font-weight: bold;
  290.     padding: 10px;
  291.     }
  292.     
  293. .colorkey td {
  294.     font-size: 10px;
  295.     padding: 0 10px 10px 10px;
  296.     }
  297.  
  298. .colorkey img {
  299.     vertical-align: middle;
  300.     }
  301.     
  302.     /* promo tables */
  303. .calendarbottom {
  304.     border: 1px solid #919699;
  305.     width: 100%;
  306.     margin-bottom: 15px;
  307.     }
  308.     
  309. .calendarbottom td {
  310.     font-size: 10px;
  311.     padding: 10px
  312.     }
  313.     
  314. .calendarbottom table td {
  315.     padding: 0;
  316.     }
  317.     
  318. .calendarbottom img {
  319.     vertical-align: middle;
  320.     }
  321.     
  322. .normal {
  323.     font-weight: normal;
  324.     }
  325.     
  326. ul.links li {
  327.     margin-bottom: 4px;
  328.     padding-left: 0;
  329.     background: none;
  330.     }
  331.     
  332. /* ADA Definitions */
  333.  
  334. .enterbutton {
  335.     text-align: right;
  336.     padding: 8px 0 0 0;
  337.     margin: 15px 0 30px 0;
  338.     border-top: 1px solid #bbb;
  339.     }
  340.     
  341. .listintro {
  342.     margin-bottom: 0;
  343.     }